Variables

Range: 0x80000100 to 0x800001FF. More...

Variables

int MV_E_GC_GENERIC = 0x80000100
 Generic error. More...
 
int MV_E_GC_ARGUMENT = 0x80000101
 Invalid parameter. More...
 
int MV_E_GC_RANGE = 0x80000102
 The value is out of range. More...
 
int MV_E_GC_PROPERTY = 0x80000103
 Attribute error. More...
 
int MV_E_GC_RUNTIME = 0x80000104
 Running environment error. More...
 
int MV_E_GC_LOGICAL = 0x80000105
 Incorrect logic. More...
 
int MV_E_GC_ACCESS = 0x80000106
 Incorrect node access condition. More...
 
int MV_E_GC_TIMEOUT = 0x80000107
 Timed out. More...
 
int MV_E_GC_DYNAMICCAST = 0x80000108
 Conversion exception. More...
 
int MV_E_GC_NODE_NOT_FOUND = 0x80000109
 Node does not exist. More...
 
int MV_E_GC_NODE_VERIFY = 0x8000010A
 Verifying the node failed. More...
 
int MV_E_GC_FILE = 0x8000010B
 GenICam file exception. More...
 
int MV_E_GC_URL_DESC = 0x8000010C
 Device URL descriptor exception. More...
 
int MV_E_GC_UNKNOW = 0x800001FF
 GenICam unknown error. More...
 

Detailed Description

Range: 0x80000100 to 0x800001FF.

Variable Documentation

◆ MV_E_GC_GENERIC

int MV_E_GC_GENERIC = 0x80000100

Generic error.

◆ MV_E_GC_ARGUMENT

int MV_E_GC_ARGUMENT = 0x80000101

Invalid parameter.

◆ MV_E_GC_RANGE

int MV_E_GC_RANGE = 0x80000102

The value is out of range.

◆ MV_E_GC_PROPERTY

int MV_E_GC_PROPERTY = 0x80000103

Attribute error.

◆ MV_E_GC_RUNTIME

int MV_E_GC_RUNTIME = 0x80000104

Running environment error.

◆ MV_E_GC_LOGICAL

int MV_E_GC_LOGICAL = 0x80000105

Incorrect logic.

◆ MV_E_GC_ACCESS

int MV_E_GC_ACCESS = 0x80000106

Incorrect node access condition.

◆ MV_E_GC_TIMEOUT

int MV_E_GC_TIMEOUT = 0x80000107

Timed out.

◆ MV_E_GC_DYNAMICCAST

int MV_E_GC_DYNAMICCAST = 0x80000108

Conversion exception.

◆ MV_E_GC_NODE_NOT_FOUND

int MV_E_GC_NODE_NOT_FOUND = 0x80000109

Node does not exist.

◆ MV_E_GC_NODE_VERIFY

int MV_E_GC_NODE_VERIFY = 0x8000010A

Verifying the node failed.

◆ MV_E_GC_FILE

int MV_E_GC_FILE = 0x8000010B

GenICam file exception.

◆ MV_E_GC_URL_DESC

int MV_E_GC_URL_DESC = 0x8000010C

Device URL descriptor exception.

◆ MV_E_GC_UNKNOW

int MV_E_GC_UNKNOW = 0x800001FF

GenICam unknown error.